sdvaluefloat4 module¶
-
class
sd.api.sdvaluefloat4.SDValueFloat4(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.sdvaluevector.SDValueVector-
get() → sd.api.sdbasetypes.float4¶ Get the base type value as float4
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getType() → Optional[sd.api.sdtype.SDType]¶ Get the value type as string
-
release() → None¶ Releases an APIObject
-
static
sNew(value: sd.api.sdbasetypes.float4) → sd.api.sdvaluefloat4.SDValueFloat4¶ Create new SDValueFloat4
- Parameters
value – The name of the enum type
-